diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-13 11:03:20 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-13 11:03:20 +0900 |
| commit | 6c99347a62111f6ca23bf16c841d2cf1673b69b6 (patch) | |
| tree | c5121c99ee9a528c3abd48f5480850d9f0739cfb /config/waybar/style/[Dark] Purpl.css | |
| parent | 6c526a514f2ad8502b1285fcb3c43f8d973fb32d (diff) | |
custom idle inhibitor on waybar which kills hypridle when toggled
Diffstat (limited to 'config/waybar/style/[Dark] Purpl.css')
| -rw-r--r-- | config/waybar/style/[Dark] Purpl.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/waybar/style/[Dark] Purpl.css b/config/waybar/style/[Dark] Purpl.css index ed06d3b5..2f99e43a 100644 --- a/config/waybar/style/[Dark] Purpl.css +++ b/config/waybar/style/[Dark] Purpl.css @@ -133,6 +133,7 @@ tooltip { #custom-cava_mviz, #custom-cycle_wall, #custom-hint, +#custom-hypridle, #custom-keyboard, #custom-light_dark, #custom-lock, @@ -169,6 +170,12 @@ tooltip { } } +/*-----Indicators----*/ +#custom-hypridle.notactive, +#idle_inhibitor.activated { + color: #ffd700; +} + #taskbar button.active { background-color: purple; padding-left: 12px; |
